Introduction to Commands:The CP command is used to copy files or directories. Directive English original meaning: copyInstruction Path:/BIN/CPCommand syntax:USAGE:CP [OPTION] ... [-T] SOURCE DESTOR:CP [OPTION] ... SOURCE ... DIRECTORYOR:CP [OPTION] .
The CP command is one of the most common commands used to copy files or directories in Linux. The CP command is powerful and has a lot of usage.CP Command:cp-copy Files and directoriesGrammar:CP [OPTION] ... [-T] SOURCE destsCP [OPTION] ... SOURCE ..
We use the most of the files in our daily work I think it should be copy, cut, move, rename, delete these five. So today we mainly introduce the three commands involved in implementing the above five operations in Linux: CP, MV, RM.CP is a shorthand
Basic Linux knowledge-file management commands (cp, mv, rm)
In our daily work, we use the five most file operations: Copy, cut, move, rename, and delete. Therefore, we will introduce the three commands involved in the above five operations in Linux:
Describe:The CP command is used to copy one or more source files or directories to a specified destination file or directory. It can copy a single source file into a specific file with a specified file name or a directory that already exists. The CP
Operating System and Common commandsLinux02-- Linux02_01? Operating System and Common commands
GNU: GNU is Not Unix.
GPL: General Public License, General Public License, copyright
Copyright, Copyleft
Open-source protocols
LGPL:
SuThe su command is one of the most basic commands and is often used for switching between different users. For example, to switch to user2 if user1 is logged on, use the following command:$ Su user2Then the system prompts you to enter the user2
Ext: http://blog.csdn.net/teamlet/archive/2008/02/18/2104262.aspx
This article cites two parts of Tar, the first part is an example of using tar. The second part is a detailed parameter description.
The first part:
Tar command
tar [-cxtzjvfppn]
LINUX Common Command SetThis is my study of Linux online search information, basically from the online resources or other people's blog, now can not find the source, if anyone found its source, please notify me,I must attach the link.SuThe SU
tar command
[Root@linux ~]# tar [-cxtzjvfppn] files and directories ....
Parameters:
-C: Create a compressed file parameter instruction (create meaning);
-x: Unlock a parameter command for a compressed file!
-T: View the files inside the Tarfile!
In
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.